Browse Source

[RFC] contract_sale v12

pull/437/head
Nikul Chaudhary 5 years ago
parent
commit
c52eaf645f
  1. 4
      contract_sale/README.rst
  2. 1
      contract_sale/__init__.py
  3. 2
      contract_sale/__manifest__.py

4
contract_sale/README.rst

@ -71,6 +71,10 @@ Contributors
* Levent Karakaş
* Bejaoui Souheil <souheil.bejaoui@acsone.eu>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Nikul Chaudhary <nikul.chaudhary.serpentcs@gmail.com>
Maintainers
~~~~~~~~~~~

1
contract_sale/__init__.py

@ -1 +1,2 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from . import models

2
contract_sale/__manifest__.py

@ -9,7 +9,7 @@
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/contract',
'depends': [
'sale',
'sale_management',
'contract',
],
'data': [

Loading…
Cancel
Save