Skip to content

Latest commit

 

History

History
 
 

product_food

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Products - Food Informations

Beta License: AGPL-3 grap/grap-odoo-business

This module extends the functionality of sale module to support food features.

It provides a new model product.allergen

It also adds many fields on product models. (templates and variants)

  • is_alimentary, boolean for analysis purpose.
  • best_before_date_day that mentions for how many days a product can be eaten, after having packed. (for cheese, meats, etc.)
  • is_alcohol, boolean to mention if the product contains alcohol.
  • allergen_ids to mention the list of allergens.
  • ingredients. (free text).

Alls the fields are defined on product.product model and can be set also on product.template models, in a mono variant context.

Table of contents

  • Go to 'Sale > Configuration > Allergens' and create new items.
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_allergen_form.png
  • Go to 'Inventory > Configuration > Product Categories' and check new fields:
    • Contain Alimentary Products
    • Contain Vegan Products
    • Contain Alcohol Products
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_category_form.png
  • Go to 'Sale > Configuration > Product Labels' and update your labels, setting two new fields Has Alcohol and Is Vegan.
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_label_form.png
  • Go to your product variants or templates form and set the information in the following two tabs.
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_product_alimentary_tab.png
  • It could be great to have the possibility to manage the certification document that provide certification organization with the following model res.company.certification and the fields company_id, organization_id, date_start, date_end
  • In the same way, it could be great to have the possibility to store the certification document of each supplier with the following model res.partner.certification and the fields partner_id, organization_id, date_start, date_end
  • Make a dependency to the new module product_net_weight and update algorithm + create a new module product_volumen_price. OCA/product-attribute#894

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • GRAP

This module is part of the grap/grap-odoo-business project on GitHub.

You are welcome to contribute.