akretion / xsdata-odoo

Odoo abstract model generator from xsd schemas using xsdata
MIT License
9 stars 8 forks source link

[RFC] pluggable filters #2

Open rvalyi opened 3 years ago

rvalyi commented 3 years ago

have a directory with a per (popular) schema namespace filters that will inherit the base Odoo filters. Thus UBL could have its customizations, same for Brazilian electronic invoicing and so one. Also make a way to load custom filters.

rvalyi commented 2 years ago

at least you can easily override them by loading your CustomGenerator with your CustomFilters(OdooFilters)...