Browse Source

Merge pull request #332 from yelizariev/10.0-zero-price5

commit is created by 👷‍♂️ Merge Bot: https://odoo-devops.readthedocs.io/en/latest/git/github-merge-bot.html
pull/335/head
Mitchell Admin 4 years ago
committed by GitHub
parent
commit
30af242f1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mail_all/__manifest__.py
  2. 2
      mail_archives/__manifest__.py
  3. 2
      mail_attachment_popup/__manifest__.py
  4. 2
      mail_base/__manifest__.py
  5. 2
      mail_check_immediately/__manifest__.py
  6. 2
      mail_move_message/__manifest__.py
  7. 2
      mail_private/__manifest__.py
  8. 2
      mail_recovery/__manifest__.py
  9. 2
      mail_reply/__manifest__.py
  10. 2
      mail_sent/__manifest__.py
  11. 2
      mail_to/__manifest__.py
  12. 2
      res_partner_company_messages/__manifest__.py
  13. 2
      res_partner_mails_count/__manifest__.py

2
mail_all/__manifest__.py

@ -9,8 +9,6 @@
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail_base"],
"external_dependencies": {"python": [], "bin": []},
"data": ["views/templates.xml"],

2
mail_archives/__manifest__.py

@ -9,8 +9,6 @@
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail_base"],
"data": ["views/templates.xml"],
"qweb": ["static/src/xml/menu.xml"],

2
mail_attachment_popup/__manifest__.py

@ -9,8 +9,6 @@
"support": "apps@itpp.dev",
"website": "https://twitter.com/gabbasov_dinar",
"license": "GPL-3",
"price": "50.0",
"currency": "EUR",
"depends": ["mail"],
"external_dependencies": {"python": [], "bin": []},
"data": ["views/mail_attachment_popup_template.xml"],

2
mail_base/__manifest__.py

@ -13,8 +13,6 @@
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"price": 9.00,
"currency": "EUR",
"depends": ["base", "mail"],
"data": ["views/templates.xml"],
"installable": True,

2
mail_check_immediately/__manifest__.py

@ -7,8 +7,6 @@
"category": "Discuss",
"support": "apps@itpp.dev",
"website": "https://twitter.com/yelizariev",
"price": 9.00,
"currency": "EUR",
"depends": ["base", "web", "fetchmail", "mail"],
"data": ["views.xml"],
"qweb": ["static/src/xml/main.xml"],

2
mail_move_message/__manifest__.py

@ -8,8 +8,6 @@
"images": ["images/m1.png"],
"support": "apps@itpp.dev",
"website": "https://twitter.com/yelizariev",
"price": 100.00,
"currency": "EUR",
"depends": ["mail_all", "web_polymorphic_field"],
"data": ["mail_move_message_views.xml", "data/mail_move_message_data.xml"],
"qweb": ["static/src/xml/mail_move_message_main.xml"],

2
mail_private/__manifest__.py

@ -18,8 +18,6 @@
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"price": 50.00,
"currency": "EUR",
"depends": ["mail", "base", "mail_base"],
"external_dependencies": {"python": [], "bin": []},
"data": ["template.xml", "full_composer_wizard.xml"],

2
mail_recovery/__manifest__.py

@ -4,8 +4,6 @@
"summary": """Backup and recover unsent message""",
"author": "IT-Projects LLC, Ildar Nasyrov",
"license": "Other OSI approved licence", # MIT
"price": 190.00,
"currency": "EUR",
"support": "apps@itpp.dev",
"website": "https://twitter.com/nasyrov_ildar",
"category": "Discuss",

2
mail_reply/__manifest__.py

@ -9,8 +9,6 @@
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail_base"],
"external_dependencies": {"python": [], "bin": []},
"data": ["templates.xml"],

2
mail_sent/__manifest__.py

@ -9,8 +9,6 @@
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["base", "mail", "mail_base"],
"data": ["views/templates.xml"],
"qweb": ["static/src/xml/menu.xml"],

2
mail_to/__manifest__.py

@ -14,8 +14,6 @@
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"price": 40.00,
"currency": "EUR",
"depends": ["mail_base"],
"external_dependencies": {"python": [], "bin": []},
"data": ["templates.xml"],

2
res_partner_company_messages/__manifest__.py

@ -4,8 +4,6 @@
"vesion": "10.0.1.0.0",
"author": "IT-Projects LLC, Ivan Yelizariev",
"license": "Other OSI approved licence", # MIT
"price": 70.00,
"currency": "EUR",
"category": "Discuss",
"support": "apps@itpp.dev",
"website": "https://twitter.com/yelizariev",

2
res_partner_mails_count/__manifest__.py

@ -9,8 +9,6 @@
"support": "apps@itpp.dev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"price": 30.00,
"currency": "EUR",
"depends": [
"mail_all",
# 'web_tour_extra',

Loading…
Cancel
Save