diff --git a/pos_order_pricelist_change/README.rst b/pos_order_pricelist_change/README.rst new file mode 100644 index 00000000..50079177 --- /dev/null +++ b/pos_order_pricelist_change/README.rst @@ -0,0 +1,43 @@ +Improve pricelist changes for POS Order in back office +====================================================== + +* On a POS order, when changing a pricelist, warn the user as in sale + module, when doing a quotation; +* On a POS order, provide a 'Recompute With pricelist' button to update + when pricelist has changed; + +Installation +============ + +Regular installation. + +Configuration +============= + +No configuration needed. + +Usage +===== + +TODO add screenshot. + +Credits +======= + +Contributors +------------ + +* Sylvain LE GAL (https://twitter.com/legalsylvain); + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/pos_order_pricelist_change/__openerp__.py b/pos_order_pricelist_change/__openerp__.py index 4cad5583..8f8e8851 100644 --- a/pos_order_pricelist_change/__openerp__.py +++ b/pos_order_pricelist_change/__openerp__.py @@ -21,27 +21,10 @@ ############################################################################## { 'name': 'Point Of Sale - Order Pricelist Change', - 'summary': """Fix an incorrect behaviour when changing pricelist on""" - """ pos order""", + 'summary': 'Improve pricelist changes for POS Order in back office', 'version': '1.0', 'category': 'Point Of Sale', - 'description': """ -Fix an incorrect behaviour when changing pricelist on pos order -=============================================================== - -Features: ---------- - * On a POS order, when changing a pricelist, warn the user as in sale""" - """ module, when doing a quotation; - * On a POS order, provide a 'Recompute With pricelist' button to update""" - """ when pricelist has changed; - -Copyright, Authors and Licence: -------------------------------- - * Copyright: 2014, GRAP: Groupement Régional Alimentaire de Proximité; - * Author: - * Sylvain LE GAL (https://twitter.com/legalsylvain);""", - 'author': "GRAP,Odoo Community Association (OCA)", + 'author': 'GRAP,Odoo Community Association (OCA)', 'website': 'http://www.grap.coop', 'license': 'AGPL-3', 'depends': [