Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
odoo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
odoo
Commits
193bcf2d
Commit
193bcf2d
authored
3 years ago
by
François C.
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'products_average_sales_params' into 'dev_cooperatic'
add missing file See merge request
!9
parents
5b58cef4
e6ca9a59
dev_principale
…
2144-check-if-meal-voucher-amount-is-relevant
2251-shift-screen-associate
3408-archived-products-removed
3882-explication-pour-suppression-presence
5873-prevent-special-status-to-be-lost-when-adding-capital-shares
6833--nouveaux-sans-statut
ajout_module_exports_pour_capital_membres
branch_prod_anticipee_Cagette
correctifs_lacagette_membership
curtlery_pos_meal_voucher
dev_cooperatic
docker
evolution_bdm
graoucoop_backup
graoucoop_prod
lacagette_prod
nouvelle_implentation_mails_rappel
pour_mep
revert-c649eae1
supercafoutch-prod-20220811
supercafoutch_prod
ticket_6464
20210701
test
supercafoutch_20240609_115709
supercafoutch_20240212_082431
supercafoutch_20240107_181851
supercafoutch_prod_until_240107
supercafoutch-prod-20220811
supercafoutch-230915
supercafoutch-230823
1 merge request
!16
Développements Cooperatic (Aide à la commande, mails suite à l'absence d'un service)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ir_config_parameter_data.xml
...dons/lacagette_products/data/ir_config_parameter_data.xml
+12
-0
No files found.
lacagette_addons/lacagette_products/data/ir_config_parameter_data.xml
0 → 100644
View file @
193bcf2d
<?xml version="1.0"?>
<odoo>
<record
id=
"nb_past_days_to_compute_sales_average"
model=
"ir.config_parameter"
>
<field
name=
"key"
>
lacagette_products.nb_past_days_to_compute_sales_average
</field>
<field
name=
"value"
>
100
</field>
</record>
<record
id=
"nb_of_consecutive_non_sale_days_considered_as_break"
model=
"ir.config_parameter"
>
<field
name=
"key"
>
lacagette_products.nb_of_consecutive_non_sale_days_considered_as_break
</field>
<field
name=
"value"
>
10
</field>
</record>
</odoo>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment