You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
gregoire e331c2910b Change attributes only instead of replacing node 8 years ago
beesdoo_base [MERGE][TASK 0010] Gestion de foyer de mangeurs 8 years ago
beesdoo_pos Change attributes only instead of replacing node 8 years ago
beesdoo_product [ADD] S0005 : Produits - Labels bio/éthique/provenance 8 years ago
beesdoo_project [ADD] Make all module depends on beesdoo_base 8 years ago
.gitignore [INIT][SPEC1001] First module task modification 9 years ago
README.md [MERGE][TASK 0010] Gestion de foyer de mangeurs 8 years ago

README.md

Obeesdoo

Migrate barcode

insert into member_card (active, barcode, partner_id, responsible_id, activation_date) select 't', barcode, id, 1, '2016-01-01' from res_partner where barcode is not null;
update res_partner set eater = 'worker_eater' where barcode is not null;