houssine
c3d7879d29
[IMP] make many2one field in list or with no create option
6 years ago
houssine
9ba800f322
[IMP] add ensure_one
6 years ago
houssine
8d59293c7d
[FIX] fix field in search view
6 years ago
houssine
1839101c0c
[REFACT] remove commented lines
6 years ago
houssine
657fe3d89a
[FIX] fix import
6 years ago
houssine
a3841a6223
[IMP] add a wizard allowing to correct the effective date.
6 years ago
houssine
d607e15bd3
[PEP8] remove space at end of line
6 years ago
houssine
74bdf18d0b
[TODO] Add todo comment
6 years ago
houssine
8c0b813c88
[IMP] allow to cancel an approved but not executed request
6 years ago
houssine
44bf62e38d
[IMP] turn some fields mandatory
6 years ago
houssine
4b48f45db1
[FIX] return to the form with error message if no attachment provided
6 years ago
houssine
7cdbb30df6
[IMP] make the upload file required when it's displayed
6 years ago
houssine
8b67b077b9
[IMP] posibility to upload an attachment and link it to the request
6 years ago
houssine
781de91209
[PEP8] fixing more PEP8 error
6 years ago
houssine
3a8f60cc79
[PEP8] make code comply with PEP8
6 years ago
houssine
1c13752694
[FIX] fix label for the right field
6 years ago
houssine
d1c15a6aaf
[IMP] add Reporting menu item
6 years ago
houssine
923daeda34
[PEP8] make the code compliant with PEP8
6 years ago
houssine
4d83bf58db
[DESC] update copyright
6 years ago
houssine
3a555cb622
[IMP] add the capital release request field in subscription request form
6 years ago
houssine
606d9a4cd5
[IMP] make the field readonly
6 years ago
houssine
e4547d6f49
[REFACT] remove unused import
6 years ago
houssine
78a594ed05
[REFACT] remove unused variable
6 years ago
houssine
cb260f5b22
[FIX] fix import
6 years ago
houssine
7342a10b3d
[IMP] validate multiple subscription request at once
6 years ago
houssine
787361ed35
[PEP8] comply to pep8
6 years ago
houssine
a801b6982f
[REFACT] some cleaning in the code and comply with pep8
6 years ago
houssine
68277e9cdb
[IMP] put on the waiting list
Add the possibility to put a subscription request on the waiting list.
add a waiting state the action to update the state and the related
button on the form
6 years ago
houssine
a3a8d2faa8
[FIX] confirmation mail template fix variable name
6 years ago
houssine
ef257bcd93
[TRANS] french translation update
6 years ago
houssine
93fe42f5a5
[IMP] implement share conversion
6 years ago
Rémy Taymans
424f4b11d3
[FIX] easy_my_coop: 't' in mail template
This fix weird 't' appearing in the translation of emails. There was a
mix of space and tab indentation in xml files. Tabulation indentation
generate \t code in fr_BE.po.
So this commit removes the tabulation indetation for xml file and fix
the translation in i18n/fr_BE.po.
7 years ago
houssine
03f1bab207
[REFACT] get sequence and mail template by ref
get sequences and mail templates by ref on their xml id instead
searching on the name field of the corresponding object
6 years ago
houssine
cd10955ffa
[REFACT] replace api.one by api.multi
6 years ago
houssine
a2e94d0a85
[IMP] add call to validate in submit_operation function
this way we avoid going until approve step to get an validation error
6 years ago
houssine
e6b756fb06
[IMP] add share conversion feature.
6 years ago
houssine
020c3b71e0
[FIX] fix company name resolver
6 years ago
houssine
3bbe08c3d2
[FIX] fix the company name resolver
6 years ago
houssine
7bc5f2bab9
[REM] removing unused py
6 years ago
houssine
2faa65783f
[FIX] Fix release capital request reconciled with a credit note
In the case where a release capital request is reconciled with a credit
note(when you want to cancel properly a capital release request from an
accounting point of view). In the confirm_paid function the order of the
invoices are not always the same. Some time you get the credit note
first and some times you get the original invoice first. it leads to
problem in case of the credit note go first. this commit fix the
problem.
6 years ago
houssine
abc577ff3f
[PEP8] pep8 code style refactoring
6 years ago
houssine
1f14f58ed6
[IMP] change summed fields in group by
6 years ago
houssine
f49c888aca
[IMP] put back the field in read only
6 years ago
houssine
273a884eb4
[IMP] make this field editable
6 years ago
houssine
2130359982
[FIX] fix case where the representative wasn't yet in the system
6 years ago
houssine
09fd84b650
[FIX] release capital request matched with credit note
when a release capital request is matched with a credit note it's marked
as paid but it should not process it has a normal paid release capital
request. No share should be given to the cooperator and no operation
should be written in the cooperator register
6 years ago
houssine
971826eace
[FIX] fix special case for is_company value
6 years ago
houssine
ffe3957fb8
[IMP] add dependency to partner_contact_addres
6 years ago
houssine
45b513f2a9
[IMP] add type representative as default type for contact of company
6 years ago
houssine
0ea59cc854
[IMP] add status and source field and default value to trace from where
a subscription request has been created
6 years ago