Browse Source

[WIP][REF] apply new convention for description module;

pull/40/head
Sylvain LE GAL 9 years ago
parent
commit
7a9fc40fc3
  1. 43
      pos_order_pricelist_change/README.rst
  2. 21
      pos_order_pricelist_change/__openerp__.py

43
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.

21
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': [

Loading…
Cancel
Save