Browse Source

📖 new website

pull/335/head
Ivan Yelizariev 3 years ago
parent
commit
64227df5b1
No known key found for this signature in database GPG Key ID: 5C35763D5E7BFD67
  1. 2
      mail_all/__manifest__.py
  2. 2
      mail_archives/__manifest__.py
  3. 2
      mail_base/__manifest__.py
  4. 2
      mail_private/__manifest__.py
  5. 2
      mail_reply/__manifest__.py
  6. 2
      mail_sent/__manifest__.py
  7. 2
      mail_to/__manifest__.py
  8. 2
      res_partner_mails_count/__manifest__.py

2
mail_all/__manifest__.py

@ -7,7 +7,7 @@
"vesion": "10.0.1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"website": "https://twitter.com/OdooFree",
"license": "Other OSI approved licence", # MIT
"depends": ["mail_base"],
"external_dependencies": {"python": [], "bin": []},

2
mail_archives/__manifest__.py

@ -7,7 +7,7 @@
"vesion": "10.0.1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"website": "https://twitter.com/OdooFree",
"license": "Other OSI approved licence", # MIT
"depends": ["mail_base"],
"data": ["views/templates.xml"],

2
mail_base/__manifest__.py

@ -11,7 +11,7 @@
"version": "10.0.1.1.0",
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"website": "https://twitter.com/OdooFree",
"license": "Other OSI approved licence", # MIT
"depends": ["base", "mail"],
"data": ["views/templates.xml"],

2
mail_private/__manifest__.py

@ -16,7 +16,7 @@
"application": False,
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"website": "https://twitter.com/OdooFree",
"license": "Other OSI approved licence", # MIT
"depends": ["mail", "base", "mail_base"],
"external_dependencies": {"python": [], "bin": []},

2
mail_reply/__manifest__.py

@ -7,7 +7,7 @@
"vesion": "10.0.1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"website": "https://twitter.com/OdooFree",
"license": "Other OSI approved licence", # MIT
"depends": ["mail_base"],
"external_dependencies": {"python": [], "bin": []},

2
mail_sent/__manifest__.py

@ -7,7 +7,7 @@
"version": "10.0.1.1.0",
"author": "IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko",
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"website": "https://twitter.com/OdooFree",
"license": "Other OSI approved licence", # MIT
"depends": ["base", "mail", "mail_base"],
"data": ["views/templates.xml"],

2
mail_to/__manifest__.py

@ -12,7 +12,7 @@
"version": "10.0.1.1.0",
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"website": "https://twitter.com/OdooFree",
"license": "Other OSI approved licence", # MIT
"depends": ["mail_base"],
"external_dependencies": {"python": [], "bin": []},

2
res_partner_mails_count/__manifest__.py

@ -7,7 +7,7 @@
"vesion": "10.0.1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"website": "https://twitter.com/OdooFree",
"license": "Other OSI approved licence", # MIT
"depends": [
"mail_all",

Loading…
Cancel
Save