Browse Source

[CHG] b_custom -> b_product_usability

pull/135/head
Rémy Taymans 4 years ago
parent
commit
5dc4f7b2b4
  1. 0
      beesdoo_product_usability/__init__.py
  2. 9
      beesdoo_product_usability/__manifest__.py
  3. 0
      beesdoo_product_usability/models/__init__.py
  4. 0
      beesdoo_product_usability/models/beesdoo_product.py
  5. 0
      beesdoo_product_usability/views/beesdoo_product.xml

0
beesdoo_custom/__init__.py → beesdoo_product_usability/__init__.py

9
beesdoo_custom/__manifest__.py → beesdoo_product_usability/__manifest__.py

@ -1,11 +1,11 @@
# Copyright 2017 - 2020 BEES coop SCRLfs # Copyright 2017 - 2020 BEES coop SCRLfs
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ {
'name': "BEES coop Custom",
'name': "BEES coop Product Usability",
'description': """ 'description': """
View and field definition specific to BEES' needs.
""",
Adapt the
""",
'author': "Beescoop - Cellule IT, Coop IT Easy", 'author': "Beescoop - Cellule IT, Coop IT Easy",
'website': "https://github.com/beescoop/Obeesdoo", 'website': "https://github.com/beescoop/Obeesdoo",
@ -14,8 +14,7 @@
'depends': [ 'depends': [
'beesdoo_product', 'beesdoo_product',
'beesdoo_stock_coverage', 'beesdoo_stock_coverage',
'purchase',
'easy_my_coop', # for product views
'beesdoo_purchase',
], ],
'data': [ 'data': [
'views/beesdoo_product.xml', 'views/beesdoo_product.xml',

0
beesdoo_custom/models/__init__.py → beesdoo_product_usability/models/__init__.py

0
beesdoo_custom/models/beesdoo_product.py → beesdoo_product_usability/models/beesdoo_product.py

0
beesdoo_custom/views/beesdoo_product.xml → beesdoo_product_usability/views/beesdoo_product.xml

Loading…
Cancel
Save