Tower: unpublish om_account_followup — remove source from 19.0 branch

This commit is contained in:
2026-05-02 11:15:05 +00:00
parent 0da904b92b
commit 7e07a27a97
44 changed files with 0 additions and 13385 deletions

View File

@@ -1,27 +0,0 @@
{
'name': 'Customer Follow Up Management',
'version': 1.0.219.0.1.0.2', # __odoosky_original_version__: '1.0.2'
'category': 'Accounting',
'description': """Customer FollowUp Management""",
'summary': """Customer FollowUp Management""",
'author': 'Odoo Mates, Odoo S.A',
'license': 'LGPL-3',
'website': 'https://www.odoomates.tech',
'depends': ['account', 'mail'],
'data': [
'security/security.xml',
'security/ir.model.access.csv',
'data/mail_template_data.xml',
'wizard/followup_print_view.xml',
'wizard/followup_results_view.xml',
'views/followup_view.xml',
'views/account_move.xml',
'views/partners.xml',
'views/report_followup.xml',
'views/reports.xml',
'views/followup_partner_view.xml',
'report/followup_report.xml',
],
'demo': ['demo/demo.xml'],
'images': ['static/description/banner.png'],
}