[FIX] stock.config: add missing fields

bzr revid: rco@openerp.com-20120322145335-j5corrkzikjxnwb2
This commit is contained in:
Raphael Collet 2012-03-22 15:53:35 +01:00
parent 182f22fc75
commit 3cc0131e0b
2 changed files with 44 additions and 40 deletions

View File

@ -26,46 +26,50 @@ class warehouse_configuration(osv.osv_memory):
_inherit = 'res.config.settings'
_columns = {
'module_stock_no_autopicking': fields.boolean("Allow an intermediate picking process to provide raw materials to production orders",
help="""This module allows an intermediate picking process to provide raw materials to production orders.
For example to manage production made by your
suppliers (sub-contracting). To achieve this, set the assembled product
which is sub-contracted to "No Auto-Picking" and put the location of the
supplier in the routing of the assembly operation.
It installs the stock_no_autopicking module."""),
'module_claim_from_delivery': fields.boolean("Track claim issue from delivery ",
help="""Adds a Claim link to the delivery order.
It installs the claim_from_delivery module."""),
'module_stock_no_autopicking': fields.boolean(
"Allow an intermediate picking process to provide raw materials to production orders",
help="""This module allows an intermediate picking process to provide raw materials to production orders.
For example to manage production made by your suppliers (sub-contracting).
To achieve this, set the assembled product which is sub-contracted to "No Auto-Picking"
and put the location of the supplier in the routing of the assembly operation.
This installs the module stock_no_autopicking."""),
'module_claim_from_delivery': fields.boolean("Track claim issue from delivery",
help="""Adds a Claim link to the delivery order.
This installs the module claim_from_delivery."""),
'module_stock_invoice_directly': fields.boolean("Invoice picking right after delivery",
help="""This allows to automatically launch
the invoicing wizard if the delivery is to be invoiced When you send or deliver goods.
It installs the stock_invoice_directly module."""),
help="""This allows to automatically launch the invoicing wizard if the delivery is
to be invoiced when you send or deliver goods.
This installs the module stock_invoice_directly."""),
'module_product_expiry': fields.boolean("Allow to manage expiry date on product",
help="""Track different dates on products and production lots.
Following dates can be tracked:
- end of life
- best before date
- removal date
- alert date.
It installs the product_expiry module."""),
'group_stock_production_lot':fields.boolean("Track production lot",group='base.group_user', implied_group='base.group_stock_production_lot',
help="""This allows you to manage products produced by you using production lots (serial numbers).
When you select a lot, you can get the upstream or downstream traceability of the products contained in lot.
It assigns the "Production Lots" group to employee."""),
'group_stock_tracking_lot':fields.boolean("Track lot of your incoming and outgoing products ",group='base.group_user', implied_group='base.group_stock_tracking_lot',
help="""Allows you to get the upstream or downstream traceability of the products contained in lot.
It assigns the "Tracking lots" group to employee."""),
'group_stock_inventory_valuation':fields.boolean("Track inventory valuation by products ",group='base.group_user', implied_group='base.group_stock_inventory_valuation',
help="""This allows to split stock inventory lines according to production lot.
It assigns the "Inventory valuation" group to employee."""),
'group_stock_counterpart_location':fields.boolean("Manage your stock counterpart by products",group='base.group_user', implied_group='base.group_stock_counterpart_location',
help="""This allows to use different stock locations instead of the default one for procurement, production and inventory.
It assigns the "Counter-Part Locations" group to employee."""),
'group_stock_inventory_properties':fields.boolean("Define stock locations",group='base.group_user', implied_group='base.group_stock_inventory_properties',
help="""This allows you to set destination location for goods you send to partner or goods you receive from the current partner.
It assigns the "Inventory properties in partner form" group to employee."""),
help="""Track different dates on products and production lots.
The following dates can be tracked:
- end of life
- best before date
- removal date
- alert date.
This installs the module product_expiry."""),
'group_uom': fields.boolean("UOM per product",
implied_group='product.group_uom',
help="""Allows you to select and maintain different unit of measures per product."""),
'group_stock_packaging': fields.boolean("Manage packaging by products",
implied_group='base.group_stock_packaging',
help="""Allows you to create and manage your packaging dimensions and types you want to be maintained in your system."""),
'group_stock_production_lot': fields.boolean("Track production lots",
implied_group='base.group_stock_production_lot',
help="""This allows you to manage products produced by you using production lots (serial numbers).
When you select a lot, you can get the upstream or downstream traceability of the products contained in lot."""),
'group_stock_tracking_lot': fields.boolean("Track lots of your incoming and outgoing products",
implied_group='base.group_stock_tracking_lot',
help="""Allows you to get the upstream or downstream traceability of the products contained in lot."""),
'group_stock_inventory_valuation': fields.boolean("Track inventory valuation by products",
implied_group='base.group_stock_inventory_valuation',
help="""This allows to split stock inventory lines according to production lots."""),
'group_stock_counterpart_location': fields.boolean("Manage your stock counterpart by products",
implied_group='base.group_stock_counterpart_location',
help="""This allows to use different stock locations instead of the default one for procurement, production and inventory."""),
'group_stock_inventory_properties': fields.boolean("Define stock locations",
implied_group='base.group_stock_inventory_properties',
help="""This allows you to set destination location for goods you send to partner, or goods you receive from the current partner."""),
}
warehouse_configuration()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -31,7 +31,7 @@
<group colspan="2" col="4">
<field name="group_stock_packaging"/>
<newline/>
<field name="group_sale_uom_per_product"/>
<field name="group_uom"/>
<newline/>
</group>
<group colspan="2" col="4">