Browse Source

[MV] rename better_zip to base_location

pull/2/head
unknown 11 years ago
parent
commit
02839b30d4
  1. 0
      base_location/__init__.py
  2. 2
      base_location/__openerp__.py
  3. 0
      base_location/better_zip.py
  4. 0
      base_location/better_zip_view.xml
  5. 0
      base_location/company.py
  6. 0
      base_location/company_view.xml
  7. 0
      base_location/i18n/en.po
  8. 0
      base_location/i18n/es.po
  9. 0
      base_location/i18n/fr.po
  10. 0
      base_location/partner.py
  11. 0
      base_location/partner_view.xml
  12. 0
      base_location/security/ir.model.access.csv
  13. 0
      base_location/state.py
  14. 0
      base_location/state_view.xml

0
better_zip/__init__.py → base_location/__init__.py

2
better_zip/__openerp__.py → base_location/__openerp__.py

@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{'name': 'Better zip management',
{'name': 'Location management (aka Better ZIP)',
'version': '0.3',
'depends': ['base'],
'author': 'Camptocamp',

0
better_zip/better_zip.py → base_location/better_zip.py

0
better_zip/better_zip_view.xml → base_location/better_zip_view.xml

0
better_zip/company.py → base_location/company.py

0
better_zip/company_view.xml → base_location/company_view.xml

0
better_zip/i18n/en.po → base_location/i18n/en.po

0
better_zip/i18n/es.po → base_location/i18n/es.po

0
better_zip/i18n/fr.po → base_location/i18n/fr.po

0
better_zip/partner.py → base_location/partner.py

0
better_zip/partner_view.xml → base_location/partner_view.xml

0
better_zip/security/ir.model.access.csv → base_location/security/ir.model.access.csv

0
better_zip/state.py → base_location/state.py

0
better_zip/state_view.xml → base_location/state_view.xml

Loading…
Cancel
Save