acsone / weblate-odoo-component-generator

Generate weblate components for an Odoo project
GNU General Public License v3.0
4 stars 8 forks source link

All components have license = Proprietary #17

Open remi-filament opened 1 year ago

remi-filament commented 1 year ago

You can see on any component that license = Proprietary, for instance here : https://translation.odoo-community.org/projects/sale-workflow-10-0/sale-workflow-10-0-portal_sale_personal_data_only/#information

I am not sure which license should be applied on translation but I guess it should be AGPL-3 as per the repo/modules, not Proprietary.

Will need to investigate how to update these and have new created components use correct license by default

sbidoul commented 1 year ago

The license is determined by the addon manifest. So AGPL would not be accurate. Don't we have a license comment or something that explains that. I'll need to look that up when at the PC.

remi-filament commented 1 year ago

Yes of course not all modules are AGPL-3, we probably would need to take the value from manifest when creating components to force it instead of default "Proprietary" value.