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.
Thibault Francois
e3337f972d
|
8 years ago | |
---|---|---|
beesdoo_account | 8 years ago | |
beesdoo_base | 8 years ago | |
beesdoo_coda | 8 years ago | |
beesdoo_crelan_csv | 8 years ago | |
beesdoo_inventory | 8 years ago | |
beesdoo_migration_asbl_to_coop | 9 years ago | |
beesdoo_pos | 8 years ago | |
beesdoo_product | 8 years ago | |
beesdoo_project | 8 years ago | |
beesdoo_purchase | 8 years ago | |
beesdoo_report | 8 years ago | |
import_base | 9 years ago | |
import_odoo | 8 years ago | |
pos_keyboard | 8 years ago | |
web_environment_ribbon | 9 years ago | |
.gitignore | 9 years ago | |
README.md | 8 years ago | |
requirement.txt | 8 years ago |
README.md
Obeesdoo
Specific module for the Beescoop
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;