From 1e6cb0a1d0aa91f6a68ce22d2d0b279d5a3a91c0 Mon Sep 17 00:00:00 2001 From: sonal Date: Sun, 19 Jul 2020 12:09:56 +0530 Subject: [PATCH] add new fields --- tra_backend_Product/__init__.py | 6 +++++ tra_backend_Product/__manifest__.py | 25 ++++++++++++++++++ .../__pycache__/__init__.cpython-36.pyc | Bin 0 -> 190 bytes tra_backend_Product/models/__init__.py | 5 ++++ .../__pycache__/__init__.cpython-36.pyc | Bin 0 -> 198 bytes .../models/__pycache__/product.cpython-36.pyc | Bin 0 -> 782 bytes tra_backend_Product/models/product.py | 17 ++++++++++++ tra_backend_Product/views/product_views.xml | 25 ++++++++++++++++++ 8 files changed, 78 insertions(+) create mode 100644 tra_backend_Product/__init__.py create mode 100644 tra_backend_Product/__manifest__.py create mode 100644 tra_backend_Product/__pycache__/__init__.cpython-36.pyc create mode 100644 tra_backend_Product/models/__init__.py create mode 100644 tra_backend_Product/models/__pycache__/__init__.cpython-36.pyc create mode 100644 tra_backend_Product/models/__pycache__/product.cpython-36.pyc create mode 100644 tra_backend_Product/models/product.py create mode 100644 tra_backend_Product/views/product_views.xml diff --git a/tra_backend_Product/__init__.py b/tra_backend_Product/__init__.py new file mode 100644 index 0000000..b00031b --- /dev/null +++ b/tra_backend_Product/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + + +from . import models + diff --git a/tra_backend_Product/__manifest__.py b/tra_backend_Product/__manifest__.py new file mode 100644 index 0000000..40832c7 --- /dev/null +++ b/tra_backend_Product/__manifest__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Tra_Backend', + 'version': '1.0', + 'category': 'Product', + 'sequence': 5, + 'summary': 'Product', + 'description': "", + 'website': 'https://www.odoo.com/page/crm', + 'depends': [ + 'product' + ], + 'data': [ + 'views/product_views.xml', + ], + 'demo': [ + + ], + 'css': [], + 'installable': True, + 'application': True, + 'auto_install': False +} diff --git a/tra_backend_Product/__pycache__/__init__.cpython-36.pyc b/tra_backend_Product/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d217f1056b2046a2ff8e28669dcb955de0b4fc5c GIT binary patch literal 190 zcmXr!<>k^!7l^NBU|@I*#Bjg_WH|tFu>g=rVMt-jVaR2SVq|1UVG3r@WPZsA6xL+C z#g?0&lA2TOr^$4Sp$MdBB|{MlkOC9GeDpK&b5r#b3lh^)^YqK}i?WLg5|dN)^HcKk z!Gxi)eqm{5ayCdxzoaNJJ}EIdJ2fvQKAi{sBp6@Cz`*brh~a<<$Z`PUVgVqL!jQt4!;s4u#mLBz!W7J)$^4QLD6GkN zi@l&IKczIe#7~py7DEw8(@KUS79a&Ceg*4igT8A z=Yt7DWBtO?%;ap4lzvH3Vti6!a&~H7N_+ssT>aeql+>JJ{rLFIyv&mLc)fzkTO2k( Q!P1;mJ651Q#X!se0J6L^5&!@I literal 0 HcmV?d00001 diff --git a/tra_backend_Product/models/__pycache__/product.cpython-36.pyc b/tra_backend_Product/models/__pycache__/product.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50c057859c830f1f4601015277268228ef223bbe GIT binary patch literal 782 zcmYjP%Z}496t(kk9!<+2u>uxItg<13*&>9*3^a-Td60Qd?1TamlJc6<2bfB^;t!2S#blmQN8 zh(qXkC?Xl*NX9sp2&2&!iA1J2l^M=tj&nJ|6ItK_f-}HkhQ0xYcz!*-4e^Y@1t^nW zP6M2mfenYXu!w&(nhs@XQ$`Ipo#Zz2$ha`nM&4M)Hl%%L(U*=3HdrK;^A0vPO1Yz0 zTwa{cFBhkC^8Tdu(eKvZx=x&h0}L6!0fRW?(RIuM7P9DjfYHd}14~AR4lH#nW63SV zIZIvknVnr|#WuA$9J`}_&z~7Cd*QOR@m0r6yDJt()ypSWylYxhLW@|}bjD@>fv+0V zTJ&!8>?R+5HPxA>jGvbin-a33k`rQcLR_UA;qL_@>kSnLPfEH~%XMdT>MFDGTcN12 z@zx7lBn|@YC}5*EE!A!+UWPPY<_FLZ-G3weo>#4syrMmA_^R3}y&QU4^GY$LMtFW) ztv6l0^sdSci+rZ_lCKy!w4mCLqq=KEf1?W*ed6|zJ4j&^%%J~9dwI_$LN!gdYHZpM zH?``U7ur2ZphFLSXgc + + + + + + product.template.stock.property.form.inherit + product.template + + + + + + + + + + + + + + + + +