Merge lp://qastaging/~agilebg/stock-logistic-flows/adding_picking_line_description_7 into lp://qastaging/stock-logistic-flows

Proposed by Alex Comba - Agile BG
Status: Needs review
Proposed branch: lp://qastaging/~agilebg/stock-logistic-flows/adding_picking_line_description_7
Merge into: lp://qastaging/stock-logistic-flows
Diff against target: 405 lines (+351/-0)
10 files modified
picking_line_description/__init__.py (+23/-0)
picking_line_description/__openerp__.py (+49/-0)
picking_line_description/i18n/it.po (+46/-0)
picking_line_description/i18n/picking_line_description.pot (+42/-0)
picking_line_description/res_config.py (+37/-0)
picking_line_description/res_config_view.xml (+20/-0)
picking_line_description/security/stock_security.xml (+13/-0)
picking_line_description/stock.py (+66/-0)
picking_line_description/stock_view.xml (+29/-0)
picking_line_description/test/picking_line_description.yml (+26/-0)
To merge this branch: bzr merge lp://qastaging/~agilebg/stock-logistic-flows/adding_picking_line_description_7
Reviewer Review Type Date Requested Status
Alexandre Fayolle - camptocamp Needs Resubmitting
Lorenzo Battistini (community) code review Approve
Review via email: mp+219800@code.qastaging.launchpad.net

Commit message

[ADD] module picking_line_description

Description of the change

On the basis of 'invoice_line_description' and 'sale_line_description' modules, previously released, I created 'picking_line_description' which allows to use only the product description on the picking order lines. To do so, the user has to belong to group_use_product_description_per_picking_line.
This is possible by selecting the related option in the following menu:

Settings --> Configuration --> Warehouse --> Products

To post a comment you must log in.
64. By Alex Comba - Agile BG

[FIX] Added field name to view_move_picking_form

65. By Alex Comba - Agile BG

[FIX] Get visible field name

66. By Alex Comba - Agile BG

[FIX] Moved field name after product_id

67. By Alex Comba - Agile BG

[FIX] some minor typos

68. By Alex Comba - Agile BG

[FIX] Updated the translation files

Revision history for this message
Lorenzo Battistini (elbati) :
review: Approve (code review)
69. By Alex Comba - Agile BG

[FIX] Pushed lang trough the product context to fix the missing propagation of the context in the method onchange_product_id

70. By Alex Comba - Agile BG

[FIX] Applied some PEP8

Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

The source code management for this project has been moved to https://github.com/OCA/stock-logistics-workflow

Could you resubmit this MP on the new site?

review: Needs Resubmitting
Revision history for this message
Alex Comba - Agile BG (tafaru) wrote :

Hi Alexandre,

sure, I'll migrate it to github asap.

Revision history for this message
Alex Comba - Agile BG (tafaru) wrote :

Alexandre,

here you can find the related PR on github: https://github.com/OCA/stock-logistics-workflow/pull/1

Unmerged revisions

70. By Alex Comba - Agile BG

[FIX] Applied some PEP8

69. By Alex Comba - Agile BG

[FIX] Pushed lang trough the product context to fix the missing propagation of the context in the method onchange_product_id

68. By Alex Comba - Agile BG

[FIX] Updated the translation files

67. By Alex Comba - Agile BG

[FIX] some minor typos

66. By Alex Comba - Agile BG

[FIX] Moved field name after product_id

65. By Alex Comba - Agile BG

[FIX] Get visible field name

64. By Alex Comba - Agile BG

[FIX] Added field name to view_move_picking_form

63. By Alex Comba - Agile BG

[FIX] test/picking_line_description.yml

62. By Alex Comba - Agile BG

[ADD] test/picking_line_description.yml

61. By Alex Comba - Agile BG

[IMP] Added author and key test in the file manifest

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches