Browse Source

[REF] emc: manifest

- Fix indent in header
- Change indentation of depends key to be the same as data key.
pull/3/head
Rémy Taymans 6 years ago
parent
commit
5776601549
  1. 3
      easy_my_coop/__manifest__.py

3
easy_my_coop/__manifest__.py

@ -6,7 +6,8 @@
{
"name": "Easy My Coop",
"version": "12.0.1.0.0",
"depends": ["base",
"depends": [
"base",
"sale",
"account",
"base_iban",

Loading…
Cancel
Save