Browse Source
❤️ Buy a coffee for us, please 🙏 ko-fi.com/itprojectsllc
pull/332/head
Ivan Yelizariev
4 years ago
No known key found for this signature in database
GPG Key ID: 5C35763D5E7BFD67
13 changed files with
0 additions and
26 deletions
-
mail_all/__manifest__.py
-
mail_archives/__manifest__.py
-
mail_attachment_popup/__manifest__.py
-
mail_base/__manifest__.py
-
mail_check_immediately/__manifest__.py
-
mail_move_message/__manifest__.py
-
mail_private/__manifest__.py
-
mail_recovery/__manifest__.py
-
mail_reply/__manifest__.py
-
mail_sent/__manifest__.py
-
mail_to/__manifest__.py
-
res_partner_company_messages/__manifest__.py
-
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": 40.00, |
|
|
|
"currency": "EUR", |
|
|
|
"depends": ["mail_base"], |
|
|
|
"external_dependencies": {"python": [], "bin": []}, |
|
|
|
"data": ["views/templates.xml"], |
|
|
|
|
|
@ -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"], |
|
|
|
|
|
@ -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"], |
|
|
|
|
|
@ -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, |
|
|
|
|
|
@ -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"], |
|
|
|
|
|
@ -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"], |
|
|
|
|
|
@ -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"], |
|
|
|
|
|
@ -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", |
|
|
|
|
|
@ -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"], |
|
|
|
|
|
@ -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"], |
|
|
|
|
|
@ -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"], |
|
|
|
|
|
@ -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", |
|
|
|
|
|
@ -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', |
|
|
|