Odoo18-Base/extra-addons/website_appointment_sale_project/__manifest__.py

11 lines
443 B
Python

{
"name": "Website Appointment Sale Project",
"version": "1.0",
"category": "Hidden",
"summary": "Automatically set dates on tasks generated by appointments",
"description": """When a task is generated through a SO itself generated through an appointment, use the appointment dates on the generated task.""",
"license": "OEEL-1",
"auto_install": True,
"depends": ["website_appointment_sale", "sale_project"],
}