Commit Graph

118 Commits

Author SHA1 Message Date
Chintan Ambaliya
89cc22f0e1 [FIX] Web Full Screen Issue: #26 2018-02-22 10:48:08 +05:30
Siddharth Bhalgami
8aa4ce5f6f [IMP] Make homepage_editor_welcome_message compatible with Multi Website.
Domain information is added in welcome message for HomePage of Each Website.
2018-02-15 18:23:23 +05:30
Chintan Ambaliya
117821f704 [FIX] Enable Groupby button in search view for mobile responsive 2018-02-15 11:39:21 +05:30
Siddharth Bhalgami
cc4b9885df [IMP] Added 2nd website with domain (0.0.0.0) as demo data for Multi Website feature. 2018-02-14 16:56:38 +05:30
Siddharth Bhalgami
e088762a21 [IMP] Improve Multi-Website Functionalities:-
- Affected Modules:
    website_sale, website_blog, website_partner, website_crm_partner_assign,
    website_customer, website_slides, website_links, website_membership,
    website_hr, website_hr_recruitment, website_payment, website_sale_delivery,
    website_forum, website_event

- Remove unnecessary model `website.product.pricelist` from website_sale,
  All its mechanism already transferd to existing model `product.pricelist`

- Change in `product.pricelist` model, make website_id(o2m) to website_ids(m2m),
  As user can choose that same pricelist can be used in multiple websites

- Added `default_website` as default values in `website_ids(m2m)` & `website_id(m2o)` field in
  almost all affected modules (mentioned above!!)

- To use/publish things(like... product, pricelist, blog, forum, events, etc...) in website,
  User have to set `website_published` mechanism `on` (if it's available for that model/object),
  Also have to set/assign different websites in `website_ids` field as per needs
2018-02-12 18:44:52 +05:30
Siddharth Bhalgami
2b42b1b300 [IMP] /shop page variants (Total 3 Variants !!)
- (Default) Default one with products listing
- (Option1) Categorized Shop Page with all listing of products category
- (Option2) Blank Shop Page with no content! User can design their own /shop page

User can easily choose any one option for /shop page from `Customize` menu at a time.
2018-02-12 18:44:52 +05:30
kunjal patel
462167e087 [IMP]: Feature: New Branch Configuration and Setup 2018-02-12 11:43:43 +00:00
Haresh Chavda
ef8fc58c3c [IMP] Check condition if gross amount exists 2018-02-09 11:34:22 +05:30
kunjal patel
eccbea79bb Scheduled failure Logs and keep days for email . 2018-02-08 09:21:46 +00:00
Haresh Chavda
c71b512ea1 [IMP] Remove unnecessary code 2018-02-08 10:04:47 +05:30
Chinmayi Vyas
310e414497 [ADD]empty group on customer invoice and sale order's form view to set left side block beside subtotal group
previously, difficult to set any fields to the left side of subtotal group in inherited views,
now use <xpath expr="//group[@name='left_panel']" position="inside"> to add fields.
2018-02-01 13:08:10 +05:30
FlectraHQ Admin
49f9021614 Merge branch 'master-account' into 'master'
[FIX]: Configuration wizard logo : Issue #9.

See merge request flectra-hq/flectra!19
2018-01-31 09:53:26 +00:00
thomi
aa71509781 [IMP] account: missing translations 2018-01-31 13:06:08 +05:30
thomi
be7e525d16 [IMP] account_discount: translations 2018-01-31 13:05:58 +05:30
Kunjal
7047f5a0c6 [FIX]: Configuration wizard logo : Issue #9. 2018-01-31 12:59:53 +05:30
Haresh Chavda
864f1781e8 [IMP] comment branding code of power by 2018-01-30 15:44:17 +05:30
Kunjal
c6be9a7b66 [FIX]: Full Accounting Features. 2018-01-30 14:33:03 +05:30
Haresh Chavda
887dec3ed5 Master purchase indent 2018-01-29 11:35:08 +00:00
Kunjal
8145e84f1f [FIX]: Sale report issue : #5. 2018-01-29 12:08:45 +05:30
Parthiv Patel
6d2049b373 Merge branch 'master-purchase-indent' into 'master'
[ADD]:Purchase Indent

See merge request flectra-hq/flectra!10
2018-01-25 13:34:19 +00:00
Mayank Vara
743c399aac [ADD] Themes which support Multi-Website features. Added 2 themes: Theme Art & Theme Techreceptives 2018-01-25 18:17:06 +05:30
Parthiv Patel
9394e7a28c Merge branch 'master-sale-account-discount' into 'master'
[IMP/ADD] Add Sales and Account Discount Test Cases and Remove Branding In Emails

See merge request flectra-hq/flectra!12
2018-01-25 12:21:27 +00:00
Kunjal
b91cd5ed79 [FIX]: Account report : Multi branch. 2018-01-25 14:06:41 +05:30
Haresh Chavda
5627e1e297 [IMP/ADD] Add Sales and Account Test Cases and Remove sent by code in flectra 2018-01-25 12:37:16 +05:30
Fatemi Lokhandwala
4374cda18f [ADD]:Purchase Indent 2018-01-25 11:52:10 +05:30
Parthiv Patel
778eef5b33 Merge branch 'master' into 'master'
[FIX] account_discount: calculation if tax option included used

See merge request flectra-hq/flectra!11
2018-01-24 13:01:08 +00:00
thomi
91c9454281 [FIX] account_discount: calculation if tax option included used 2018-01-24 13:14:47 +01:00
Parthiv Patel
92587f7883 Merge branch 'master' into 'master'
[FIX] sales_discount: calculation if tax option included used

See merge request flectra-hq/flectra!9
2018-01-24 10:49:27 +00:00
Chintan Ambaliya
15cfca3e68 [ADD] Custom RTL Stylesheet 2018-01-24 12:59:23 +05:30
Siddharth Bhalgami
b70bbf4028 [FIX] Fixed Image Issue in Language Flag Snippet Template 2018-01-24 11:38:11 +05:30
Siddharth Bhalgami
5c5629ae10 [ADD/IMP] Added RTL support which depends on language direction(left-to-right/right-to-left), Display language flag icon in User profile 2018-01-24 10:20:51 +05:30
thomi
775913b9dd [FIX] sales_discount: calculation if tax option included used 2018-01-23 15:12:15 +01:00
Parthiv Patel
b2f2d45dc6 Merge branch 'master-multi-branch' into 'master'
Mail test case solved

See merge request flectra-hq/flectra!8
2018-01-23 12:20:23 +00:00
Haresh Chavda
41e383e17f [IMP] Mail test case solved 2018-01-23 17:06:24 +05:30
thomi
4b1ecc6ba2 [IMP] web_editor: translations 2018-01-23 10:12:23 +01:00
Haresh Chavda
9b7034a258 [IMP] Mail test cases 2018-01-23 12:50:05 +05:30
Haresh Chavda
113f9601f2 [IMP] Assign group in branch 2018-01-23 12:10:28 +05:30
Kunjal
c2c2f9e4fc [FIX]: Multi branch improvement. 2018-01-23 12:06:24 +05:30
FlectraHQ Admin
af82b539b8 Merge branch 'master' into 'master'
[ADD] sales_discount: translation

See merge request flectra-hq/flectra!4
2018-01-22 13:35:01 +00:00
chintan-ambaliya
31f5af381e [FIX] Solve Internal error during Upload/Add image in form view 2018-01-22 14:43:10 +05:30
Kaushal Prajappati
32d5a77281 [FIX] website menu display 2018-01-22 11:13:14 +05:30
Kunjal
effce68e09 [FIX]: Multi Branch : Purchase, Sale stock. 2018-01-19 19:06:50 +05:30
Kunjal
5993da4d2a [ADD]: Multi Branch : Sale, Account. 2018-01-19 19:06:50 +05:30
thomi
807fd0cec4 [ADD] sales_discount: translation 2018-01-19 13:57:39 +01:00
Chintan Ambaliya
dbdbad7ab1 [ADD] Drag & Drop Single or Multiple file(s) for Attachment(s) (Form View) 2018-01-19 17:42:32 +05:30
Kaushal Prajappati
07d7f19efa a[IMP]menu snippet 2018-01-19 17:39:08 +05:30
Haresh Chavda
4b4e078745 [IMP] Test cases sequence chnage and solved 2018-01-19 17:35:17 +05:30
Haresh Chavda
4933cf35a5 [IMP] Solved xpath replace issues 2018-01-19 16:15:28 +05:30
thomi
f482f19d95 [IMP] l10n_ch: translations 2018-01-19 10:02:33 +01:00
Yusuf Kapasi
620bc529c1 [FIX] fixed warning for account tag 2018-01-18 18:20:15 +05:30