Commit graph

467 commits

Author SHA1 Message Date
Bezleputh
0936e1dfc4 [calendar] add timezone parameter to calendarevent in order order do get the good date/hours in ical exports 2015-09-11 15:53:21 +02:00
Romain Bignon
50dc78f95b add Transaction.investments and Investment.vdate 2015-08-24 15:53:01 +02:00
Romain Bignon
4881bb0be7 remove Bill.idparent and add Bill.vat 2015-08-02 20:08:48 +02:00
Romain Bignon
30f32bea60 inherits Detail and Bill from Currency 2015-07-25 22:22:52 +02:00
Bezleputh
4f93b7b83e [audio] move specific audio filters from weboob/capabilities/audio.py to weboob/tools/capabilities/audio/audio.py 2015-07-02 16:23:14 +02:00
Bezleputh
d020741a4b [audio] add specific filters in order to create audio objects id / browser2 adaptation : do not require an id in constructor 2015-07-02 15:35:34 +02:00
smurail
dd8bf4fa2f add a way to instantiate an object from a dict of its fields values 2015-05-07 14:32:57 +02:00
Bezleputh
a3d351eb88 [base] create enum in base and use it in calendar and housing 2015-03-13 00:05:35 +01:00
Romain Bignon
396defc7f5 set default value of Contact.profile to OrderedDict() 2015-02-28 15:55:33 +01:00
Kitof
965e5a1b1d Add shopoob application and new property in shop capability 2015-02-21 23:35:20 +01:00
Julien Veyssier
00112b3e51 add a link to OSM map as a CapGeolocIp field and make the application fill it 2015-02-21 17:51:17 +01:00
Romain Bignon
baab7311b8 add country of transaction 2015-02-13 16:30:39 +01:00
Romain Bignon
0dce591756 add new bank fields 2015-02-10 08:08:22 +01:00
Matthieu Weber
63eed107e3 capabilities.weather: cosmetic change 2015-02-08 20:08:22 +01:00
Matthieu Weber
3e5856d02a capabilities.weather.Current: fix default value for date
Signed-off-by: Matthieu Weber <mweber+weboob@free.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2015-02-08 20:06:11 +01:00
Oleg Plakhotniuk
0430d7e30f Credit limit, payment due date and amount for credit card bank accounts. Closes #1717 2015-02-08 15:33:27 +01:00
Romain Bignon
2f61835521 introduce new type Account.TYPE_LIKE_INSURANCE 2015-02-05 18:35:06 +01:00
Bezleputh
8250846448 fix #1706 marmiton and 750g are now working using browser2 2015-01-31 16:53:04 +01:00
Romain Bignon
d2d348fe9e remove _Message and _Thread and use strings in Field instead 2015-01-31 15:36:57 +01:00
Pierre Mazière
178c7cd406 add the possibility to define Field type argument as a string
instead of:
class A:
    x = Field("This must be an instance of class B",B)

we could write:
class A:
    x = Field("This must be an instance of class B","B")

The use case is when B is a child of A and thus cannot be used
before its definition

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2015-01-31 15:34:38 +01:00
Romain Bignon
38a3de1ef9 fix API to store optimization name in object ID 2014-12-20 16:20:03 +01:00
Bezleputh
d012e45527 [collection] browser2 adaptation : do not require an params in constructor 2014-12-18 23:16:18 +01:00
Alexandre Morignot
689fe43ed5 [CapGallery] correct method name
The modules using this capability and galleroob have been corrected too
2014-12-13 13:47:47 +01:00
Oleg Plakhotniuk
d219d1e102 CapShop capability for viewing purchase orders history. Closes #1662 2014-12-01 10:31:45 +01:00
Alexandre Morignot
ec13db7de2 [CapCalendarEvent] default values for Query fields 2014-11-29 17:34:09 +01:00
Alexandre Morignot
9b901bed1f [CapCalendarEvent] add a ticket field to Query 2014-11-29 17:34:09 +01:00
Alexandre Morignot
4803b15721 add ticket status 2014-11-29 17:34:09 +01:00
Julien Veyssier
6ec12f70db [cinema] a person may have several roles in a movie, cap and apps adapted 2014-11-26 15:33:02 +01:00
Julien Veyssier
f87a8a685f [cineoob] give roles informations in persons_in_common and movies_in_common, imdb and allocine adapted 2014-11-26 15:32:58 +01:00
Alexandre Morignot
f83c0abd95 add a field 'summary' to the Query object 2014-11-26 08:38:36 +01:00
Romain Bignon
75bfb5a38a the default ID is an empty string, not None 2014-11-05 08:22:13 +01:00
Bezleputh
de4a938d7e [CapWeather] browser2 adaptation : do not require an id in constructor 2014-11-05 08:22:13 +01:00
Florent
9c86b8f25b Better explanation for Investment class 2014-10-23 15:20:59 +02:00
smurail
232e631ae1 change quantity type to decimal number 2014-10-23 14:51:51 +02:00
Romain Bignon
88a899e8b3 fix StatusField to be a BaseObject 2014-10-19 13:09:25 +02:00
smurail
d9065796e9 add Emirati Dirham AEB currency 2014-10-13 22:48:55 +02:00
Laurent Bachelier
21e8f82fd7 pep8: Use "X not in Y" instead of "not X in Y"
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +02:00
Laurent Bachelier
448c06d125 pep8 blank lines fixes
flake8 --select W391,E302,E301,E304

autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Laurent Bachelier
e2ac8687c6 Always raise instances of NotImplementedError 2014-10-10 23:41:43 +02:00
Florent
628c63f899 Remove backend for do() calls 2014-10-10 14:11:45 +02:00
Bezleputh
c2654ba06d [CapHousing] fix pep8 2014-10-08 10:45:31 +02:00
Bezleputh
77995378c5 [housing] adding a url field in housing capability and management of it in flatboob 2014-10-08 10:45:31 +02:00
Romain Bignon
47c2257490 add Investment.description field 2014-10-07 00:36:29 +02:00
Florent
44dffce7b2 Rename CapBase to Capability 2014-09-26 10:18:12 +02:00
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Bezleputh
3e1a8b735a [CapHousing] add and handle in leboncoin a new house type : UNKNOWN 2014-09-25 15:41:28 +02:00
Bezleputh
7304f1dee1 [CapHousing] add and handle in flatboob house_types field 2014-09-25 10:29:58 +02:00
smurail
bb4e91aa2e prevent mess when copying BaseObject instances
Note: to understand this fix, see AbstractElement.__init__ -- it calls
deepcopy on parent.env, it caused copying of objects we do not want to
copy such as thread locks.
2014-09-22 17:33:02 +02:00
Florent
828509d72a Add parcelnotfound exception 2014-09-22 17:06:20 +02:00