-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi when using the short syntax in the spec, I would like to make the "src" optionnal (as it mostly oca src)
So instead of having
brand:
modules:
- brand
- product_brand
- product_brand_tag
src: https://github.com/oca/brand 16.0
product-attribute:
modules:
- product_set
- product_sale_description
src: https://github.com/oca/product-attribute 16.0
delivery-carrier:
modules:
- delivery_carrier_info
src: https://github.com/oca/delivery-carrier 16.0
We can have
odoo_version: 16.0
brand:
modules:
- brand
- product_brand
- product_brand_tag
product-attribute:
modules:
- product_set
- product_sale_description
delivery-carrier:
modules:
- delivery_carrier_info
By default src will always be resolve on OCA (maybe we can add a dict for some famous akretion repo, shopinvader, usability, incubator so it's also work for them)
What do you think?
Metadata
Metadata
Assignees
Labels
No labels