Skip to content

Commit

Permalink
[IMP] summary of modules:
Browse files Browse the repository at this point in the history
sale_delivery_term
sale_multi_picking
sale_order_force_number
sale_quotation_number
  • Loading branch information
eLBati committed Aug 23, 2013
1 parent 772cee9 commit 23b6144
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions sale_delivery_term/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'name': "Sale delivery terms",
'version': '0.1',
'category': 'Sales Management',
'summary': "Delivery term for sale orders",
'description': """
Delivery term for sale orders.
You can configure delivery terms specifying the quantity percentage and the delay for every term line.
Expand Down
3 changes: 2 additions & 1 deletion sale_multi_picking/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
#
##############################################################################
{
'name': "Multi Pickings from Sale Orders",
'name': "Sale multi pickings",
'version': '0.1',
'category': 'Sales Management',
'summary': "Multi Pickings from Sale Orders",
'description': """
This module allows to generate several pickings from the same sale order.
You just have to indicate which order lines have to be grouped in the same picking. When confirming the order, for each group a picking is generated.
Expand Down
1 change: 1 addition & 0 deletions sale_order_force_number/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'name': "Sale orders - Force number",
'version': '0.1',
'category': 'Sales Management',
'summary': "Force sale orders numeration",
'description': """This simple module allows to specify the number to use when creating sale orders.
If user does not change the default value ('/'), the standard sequence is used.""",
'author': 'Agile Business Group',
Expand Down
1 change: 1 addition & 0 deletions sale_quotation_number/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'name': 'Sale Quotation Numeration',
'version': '1.1',
'category': 'Sales Management',
'summary': "Different sequence for sale quotations",
'description': """
This module adds a sale quotation sequence.
===========================================
Expand Down

0 comments on commit 23b6144

Please sign in to comment.