Browse Source

[ADD] Initial Commit

pull/95/merge
AjmalCybro 7 years ago
parent
commit
0f466b54ea
  1. 0
      odoo_debrand/README.rst
  2. 0
      odoo_debrand/__init__.py
  3. 0
      odoo_debrand/__manifest__.py
  4. 0
      odoo_debrand/controllers/__init__.py
  5. 0
      odoo_debrand/controllers/controllers.py
  6. 0
      odoo_debrand/doc/changelog.rst
  7. 0
      odoo_debrand/models/__init__.py
  8. 0
      odoo_debrand/models/models.py
  9. 0
      odoo_debrand/security/ir.model.access.csv
  10. 0
      odoo_debrand/static/description/about.png
  11. 0
      odoo_debrand/static/description/banner.jpg
  12. 0
      odoo_debrand/static/description/cybro_logo.png
  13. 0
      odoo_debrand/static/description/cybrosys-odoo-debranding-1.jpg
  14. 0
      odoo_debrand/static/description/cybrosys-odoo-debranding-2.jpg
  15. 0
      odoo_debrand/static/description/cybrosys-odoo-debranding-3.jpg
  16. 0
      odoo_debrand/static/description/cybrosys-odoo-debranding-4.jpg
  17. 0
      odoo_debrand/static/description/cybrosys-odoo-debranding-5.jpg
  18. 0
      odoo_debrand/static/description/cybrosys-odoo-debranding-6.jpg
  19. 0
      odoo_debrand/static/description/cybrosys-odoo-debranding-7.jpg
  20. 0
      odoo_debrand/static/description/icon.png
  21. 0
      odoo_debrand/static/description/index.html
  22. 0
      odoo_debrand/static/src/js/title.js
  23. 0
      odoo_debrand/static/src/xml/base.xml
  24. 0
      odoo_debrand/views/database_manager_extend.html
  25. 2
      odoo_debrand/views/views.xml

0
odoo-debrand/README.rst → odoo_debrand/README.rst

0
odoo-debrand/__init__.py → odoo_debrand/__init__.py

0
odoo-debrand/__manifest__.py → odoo_debrand/__manifest__.py

0
odoo-debrand/controllers/__init__.py → odoo_debrand/controllers/__init__.py

0
odoo-debrand/controllers/controllers.py → odoo_debrand/controllers/controllers.py

0
odoo-debrand/doc/changelog.rst → odoo_debrand/doc/changelog.rst

0
odoo-debrand/models/__init__.py → odoo_debrand/models/__init__.py

0
odoo-debrand/models/models.py → odoo_debrand/models/models.py

0
odoo-debrand/security/ir.model.access.csv → odoo_debrand/security/ir.model.access.csv

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_odoo-debrand_odoo-debrand odoo-debrand.odoo-debrand model_odoo-debrand_odoo-debrand 1 0 0 0

0
odoo-debrand/static/description/about.png → odoo_debrand/static/description/about.png

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

0
odoo-debrand/static/description/banner.jpg → odoo_debrand/static/description/banner.jpg

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

0
odoo-debrand/static/description/cybro_logo.png → odoo_debrand/static/description/cybro_logo.png

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

0
odoo-debrand/static/description/cybrosys-odoo-debranding-1.jpg → odoo_debrand/static/description/cybrosys-odoo-debranding-1.jpg

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB

0
odoo-debrand/static/description/cybrosys-odoo-debranding-2.jpg → odoo_debrand/static/description/cybrosys-odoo-debranding-2.jpg

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

0
odoo-debrand/static/description/cybrosys-odoo-debranding-3.jpg → odoo_debrand/static/description/cybrosys-odoo-debranding-3.jpg

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

0
odoo-debrand/static/description/cybrosys-odoo-debranding-4.jpg → odoo_debrand/static/description/cybrosys-odoo-debranding-4.jpg

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

0
odoo-debrand/static/description/cybrosys-odoo-debranding-5.jpg → odoo_debrand/static/description/cybrosys-odoo-debranding-5.jpg

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

0
odoo-debrand/static/description/cybrosys-odoo-debranding-6.jpg → odoo_debrand/static/description/cybrosys-odoo-debranding-6.jpg

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

0
odoo-debrand/static/description/cybrosys-odoo-debranding-7.jpg → odoo_debrand/static/description/cybrosys-odoo-debranding-7.jpg

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

0
odoo-debrand/static/description/icon.png → odoo_debrand/static/description/icon.png

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
odoo-debrand/static/description/index.html → odoo_debrand/static/description/index.html

0
odoo-debrand/static/src/js/title.js → odoo_debrand/static/src/js/title.js

0
odoo-debrand/static/src/xml/base.xml → odoo_debrand/static/src/xml/base.xml

0
odoo-debrand/views/database_manager_extend.html → odoo_debrand/views/database_manager_extend.html

2
odoo-debrand/views/views.xml → odoo_debrand/views/views.xml

@ -150,7 +150,7 @@
<template id="debranding_title" name="Debranding title JS" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/odoo-debrand/static/src/js/title.js"/>
<script type="text/javascript" src="/odoo_debrand/static/src/js/title.js"/>
</xpath>
</template>
<!--Code for Enterprise Edition-->
Loading…
Cancel
Save