Merge lp:~openerp-dev/openerp-web/7.0-opw-589823-msh into lp:openerp-web/7.0

Proposed by Mohammed Shekha(Open ERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openerp-web/7.0-opw-589823-msh
Merge into: lp:openerp-web/7.0
Diff against target: 55 lines (+3/-6)
2 files modified
addons/web/static/src/css/base.css (+2/-4)
addons/web/static/src/css/base.sass (+1/-2)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-opw-589823-msh
Reviewer Review Type Date Requested Status
Martin Trigaux (OpenERP) Pending
Naresh(OpenERP) Pending
OpenERP Core Team Pending
Review via email: mp+153130@code.launchpad.net

Description of the change

Hello,

Fixed the issue of overflow in sheet, oneany list which has lots of columns which overflows sheet width, there should be scroll when width of list get overflow the width of sheet.

Demo:- Goto Accounting -> Journal Entries -> Journal Entries -> Form view, see the Journal Items one2many is got overflow from list.

There is already a code to overcome this thing but this was applied to class oe_list, the oe_list will come under oe_view_manager which will have eidth 100% so it means when oe_list overflow this 100% width of document then scroller appearres, but actually it should for one2many and many2many divs.

Thanks.

To post a comment you must log in.
3840. By Quentin (OpenERP) <email address hidden>

[MERGE] view_form.js: fixing the statusbar. if there is no domain defined, the statusbar mustn't try to concat with ('|',('id','=',...)) because it is creating a syntactically invalid domain

3841. By Nicolas Vanhoren (OpenERP)

[FIX] corrected small problem that made appear "false" in empty field text

3842. By Christophe Simonis (OpenERP)

[MERGE] [ADD] `hide_breadcrumb` option

3843. By Christophe Simonis (OpenERP)

[FIX] EmbeddedClient.do_action() forward all arguments

3844. By Antony Lesuisse (OpenERP)

[MERGE] base.sass infobox and url text attribute

3845. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3846. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3847. By Xavier (Open ERP)

[FIX] pyeval: argspec of relativedelta

3848. By Olivier Dony (Odoo)

[FIX] db creation: change master password field back to type=password

This is not only dangerous but also
completely inconsistent with the other
db management screens. It also represents
little improvement in terms of usability
for first-time users, since the password
is now mentioned on the comment just above
the field.

3849. By Nicolas Vanhoren (OpenERP)

[FIX] calls to fields_view_get do not pass the correct context, fails in o2m

3850. By Nicolas Vanhoren (OpenERP)

[FIX] small problem with m2o, does not uses context when opening them in read-only mode

3851. By Fabien Meghazi (OpenERP)

[FIX] webclient returns to database manager after 1st database creation

3852. By Christophe Simonis (OpenERP)

[FIX] web: correct the concatenation of css files: @charset and @import rules must be before any other rules

3853. By Christophe Simonis (OpenERP)

[FIX] web: Fix old versions of Webkit (such as ones used on iOS < 6 or PhantomJS <= 1.7)
which does not have Function.prototype.bind function

3854. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3855. By Fabien Meghazi (OpenERP)

[FIX] Form binary fields 'Select' and 'Save as' buttons does not work under IE9

3856. By Olivier Dony (Odoo)

[FIX] base.xml: improve backwards compatibility of SearchView.filters template to resolve JS errors on OpenERP Apps where 2 different versions of the web client frameworm can be mixed

The incompatible change was introduced at revision
 rev. 3803 revid:<email address hidden>.

3857. By Fabien Meghazi (OpenERP)

[MERGE] Date Picker is not translated into local language

3858. By Fabien Meghazi (OpenERP)

[FIX] View editor does not handle inherited views

3859. By Xavier (Open ERP)

[FIX] incorrect array joins

Array#join() is equivalent to Array.join(', '), not Array.join('') as in Python.

For some reason the tests didn't break, but...

3860. By Xavier (Open ERP)

[FIX] filter preceded by an invisible filter in the same group

On click on a filter in the drawer, FilterGroup would just match the
offset of the filter in the group's DOM with an index in the internal
#filters array.

This worked until invisible fields, and then again only for filters
*preceded* by an invisible sibling in the same group: invisible
filters are not rendered in the DOM, so the indexes would get out of
sync.

Fix by using explicit indexes stored in a filter's @data-index and
using that to get the filter object/node.

An alternative fix (but hackier I think): instead of not rendering
invisible filters, render them with display: none. Remains an option
in the future if needed...

3861. By Xavier (Open ERP)

[FIX] visible text in Chrome on Linux after applying text-to-icon

@include text-to-icon makes the text invisible (and adds an icon), but
some platform apparently don't apply the text's transparency (or
visibility) to its shadow, leading to the invisible text's shadow
still being noticeably visible (an interesting literary idea, an
"invisible" man who still casts a shadow?) as if the text had not been
erased. Furthermore, combined with the 1px font size it made the text
look like some sort of screen smudge or glitch.

Fix by erasing the text-shadow as well as the text.

3862. By Fabien Meghazi (OpenERP)

[FIX] Fix FormFields#focus()

The focus() of AbstractFormField should return false if field
is not focusable otherwise it breaks FormView's#autofocus()

Also added checks of existance of the element to focus.
Those errors makes it harder to find other bugs

3863. By Fabien Meghazi (OpenERP)

[FIX] Calendar view don't get default name

3864. By Denis Ledoux (OpenERP)

[FIX]testing.js: replace testing.case by testing['case'] for compatibility (IOS < 5, IE8)

3865. By Xavier (Open ERP)

[FIX] minor presentational offset issue

missed mis-handling of oe_selected in <email address hidden>

3866. By Nicolas Vanhoren (OpenERP)

[FIX] deferred problems when clicking too quickly on some menu items

3867. By Nicolas Vanhoren (OpenERP)

[FIX] small code problem in set defaults feature

3868. By Xavier (Open ERP)

[FIX] bump z-index of searchview autocomplete pane to put on top of jquery-ui dialogs

3869. By Fabien Meghazi (OpenERP)

[FIX] Remove dirty flag on save

3870. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3871. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3872. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3873. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3874. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3875. By Christophe Matthieu (OpenERP)

[FIX] calendar.js: From calendar view create customer or supplier invoice, when select partner it gives error.

3876. By Fabien Meghazi (OpenERP)

[FIX] m2o does not use @alive()

3877. By Christophe Matthieu (OpenERP)

[FIX] view_form: Fixed the issue of attachment was not added in any other language, because action URL was getting translated.

3878. By Chris Biersbach (OpenERP)

[MERGE] OPW 584359: Fixed the issue of Calendar responsible label not translated when there is selection field on responsible.

3879. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3880. By Fabien Meghazi (OpenERP)

[FIX] DataSet#size() problem + FormView#on_button_delete() shall pop breadcrumb on empty dataset

3881. By Fabien Meghazi (OpenERP)

[FIX] Date[time] widget width issues on OSX

3882. By Olivier Dony (Odoo)

[FIX] web: company_logo route may be accessed with uid = False in some cases, it should still work

3883. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3884. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3885. By Christophe Simonis (OpenERP)

[FIX] web: company_logo does not try to load the pool + failback correctly if the database does not exists or is not an openerp database

3886. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3887. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3888. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3889. By Fabien Meghazi (OpenERP)

[FIX] Do not autofocus Notebook pages by default

3890. By van der Essen Frédéric (OpenERP)

[MERGE] adding a rounding method that is compliant with the server side rounding method

3891. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3892. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3893. By Fabien Meghazi (OpenERP)

[FIX] FormRenderingEngine: allow class propagation to group cells

3894. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3895. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3896. By Christophe Matthieu (OpenERP)

[FIX] web_kanban: hide the counter on the top of column to display option drop down when the mouse is hover.

3897. By Xavier (Open ERP)

[FIX] correctly handle group_by_no_leaf when no grouping applied

If there are no grouping field specified *but* group_by_no_leaf is
specified, should call read_group with no grouping fields: will
generate a single group (which can not be opened) for all of the
model.

Necessary for analysis views since individual "records" make no sense.

3898. By Xavier (Open ERP)

[FIX] ids of deleted records living in shared dataset when clicking on list row

When a record is activated, the listview will do some jiggling around
assigning the ids of internal dataset to the one shared between all
views, this is mostly for the case where one switches from a "grouped"
list view, so the form view only cycles on the "current" group.

Problem is, that internal dataset is not correctly synchronized with
the shared one, so when the id is removed from the shared dataset it
is *not* removed from the internal one(s), and when the switch is made
the ids from the internal dataset are set on the shared one and
reintroduce the deleted record, leading to the form view's incorrect
state.

Fix the issue by updating the dataset's ids list when a record is
deleted from the records tree.

Also extracted some stuff from DataSetSearch's unlink callback so it
can be overridden and is more stable across datasets.

3899. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3900. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3901. By Olivier Dony (Odoo)

[FIX] web: support integer/float fields in search view via auto-completion + tests

integer/float fields were not offering auto-completion in search views,
making them unsearchable except via advanced search.
This patch adds the missing complete() function and removes the incorrect
value_from() function that did not conform to the 7.0 search view API.
It seemed to be a leftover of the 6.1 search field implementation
of get_value(), wrongly renamed for 7.0.

Also includes corresponding tests.

3902. By Xavier (Open ERP)

[FIX] missing translation mark in error message

3903. By Nicolas Vanhoren (OpenERP)

[FIX] problem in view editor

3904. By Fabien Meghazi (OpenERP)

[MERGE] Fixed http controllers inheritance

3905. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3906. By Nicolas Vanhoren (OpenERP)

[FIX] possible race condition when creating the session file for the web server

3907. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3908. By Christophe Simonis (OpenERP)

[REVERT] revert commit <email address hidden>: do not break stable API !!!

3909. By Antony Lesuisse (OpenERP)

[FIX] http controllers inheritance
minimalist and backward compatible implementation

3910. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3911. By Thibault Delavallée (OpenERP)

[FIX] [FIX] Fix needaction counters, now updated dynamically.
Needaction counters are now updated :
- when loading the menus (as before),
- when performing an action in a form view (update the current menu),
- when cliking on a top-level menu item (update all childs menus)

3912. By Nicolas Vanhoren (OpenERP)

[FIX] optimization necessary in some cases when kanban views can take more that 10 seconds to load

3913. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3914. By Fabien Meghazi (OpenERP)

[FIX] force module paths to be bytestrings

Backport trunk Revision:
3729 revid:<email address hidden>

The http controllers handler crashes when there are non-ascii chars in the url path.

`openerp.modules.module.ad_paths` containing unicode strings, werkzeug fail to compare the path `module` which is converted to ascii.
force `module` to be bytestrings

3915. By Olivier Dony (Odoo)

[FIX] need_action: avoid reloading needaction counters when there is no menu

- guard do_load_needaction to prevent exceptions when
  there is no menu to load
- avoid calling do_load_needaction where there is no
  menu to reload in the first place

3916. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3917. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3918. By Thibault Delavallée (OpenERP)

[MERGE] [FIX] mail: locate current menu using a safer method + check case

3919. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3920. By Christophe Matthieu (OpenERP)

[FIX] Menu NeedAction: Uncaught TypeError: Cannot call method 'do_reload_needaction' of undefined

3921. By Martin Trigaux (OpenERP)

[MERGE] correct permissions, shebang, EOL and FSF address

3922. By Nicolas Vanhoren (OpenERP)

[FIX] problem with concatenation of js files, encodings and utf boms

3923. By Xavier (Open ERP)

[FIX] handling of multiline strings during qweb translation

Javascript regexps don't provide a DOTALL flag (to make `.` match
newlines) so have to replace `.` by `[\s\S]` hack, as *that* will
match newlines as well as all other characters.

Note: the `m` flag has a different meaning, it makes `^` and `$` match
      the start and end of lines rather than the start and end of the
      string itself.

3924. By Xavier (Open ERP)

[IMP] replace literal values by symbolic ones for node types dispatching

3925. By Xavier (Open ERP)

[FIX] exclude non-searchable function fields from the advanced search's list

3926. By Xavier (Open ERP)

[FIX] Error when selecting filters in calendar view

e.g. calendar view of customer invoice

Also attempted to make the code flow slightly simpler by just forcing
the filter to a [value, label] pair in all cases.

3927. By Xavier (Open ERP)

[FIX] incorrect company logo on databases with uppercase letters

3928. By Xavier (Open ERP)

[FIX] missing class leading to broken list layout in o2m

3929. By Xavier (Open ERP)

[FIX] delete event in calendar, courtesy of Holger Brunn

Calendar has type mismatche issues where event ids are obtained as
strings even when they are numbers, this is (ish) why get_id_index was
added to Dataset.

When having an event_id in calendar, can't use event_id directly needs
to ensure we have valid index and use that index to get "correct (ly
typed)" id from dataset.

3930. By Xavier (Open ERP)

[IMP] mouse cursors in search view drawer

3931. By Xavier (Open ERP)

[FIX] parsing of domains with non-ascii unicode literals

update py.js to support parsing of escape sequences in string literals

3932. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3933. By Olivier Dony (Odoo)

[MERGE] web doc: less confusing client action example, courtesy of Nhomar (Vauxoo)

3934. By Martin Trigaux (OpenERP)

[FIX] web_calendar: today button should return the date_part only

3935. By Martin Trigaux (OpenERP)

[IMP] explain monkey patch

3936. By Nicolas Vanhoren (OpenERP)

[FIX] problem in database manager when db list is desactivated

3937. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3938. By Xavier (Open ERP)

[IMP] allow export of selected records only

3939. By Xavier (Open ERP)

[FIX] triggering of dataset_changed events to correctly happen *after* the operation

also added it to DataSet#create calls where it seems to be missing

3940. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3941. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3942. By Xavier (Open ERP)

[FIX] assertion errors in search view when selecting all of a search input's content

Force normalization of the input's root node, Firefox tends to spawn
multiple text node children then create selection ranges over all of
them and worse.

3943. By Xavier (Open ERP)

[FIX] MSIE9 issue where complete.previous would be '' instead of undefined

3944. By Xavier (Open ERP)

[FIX] search view layout in case of very long facet value

* don't fix facet height so the facet content correctly "grows" all of
  the facet and thus the surrounding view

* hard-code the heights of the view-level controls (clear and open
  drawer) to avoid both overly large hitbox and their moving outside
  of the top-right corner

* add some margins on the facets container to avoid overlaps between
  top-level search controls and facet activable elements

3945. By Xavier (Open ERP)

[IMP] PNG recompression

3946. By Xavier (Open ERP)

[IMP] close search autocompletion list while completing

Looks slightly worse as results don't seamlessly update in-place, but
limits/avoids the risk of quick-typing, hitting [Return] and getting
an incomplete/incorrect query because the completion didn't catch up
(e.g. slow network) and [Return] validated the previously retrieved
completion.

3947. By Christophe Matthieu (OpenERP)

[MERGE] Onchange must be called for m2o when the popup view is opened an return changes (save button).

3948. By Christophe Matthieu (OpenERP)

[FIX] height of the many2many_tags field when the field is empty

3949. By Christophe Matthieu (OpenERP)

[FIX] view list: some title not align with other.

3950. By Christophe Matthieu (OpenERP)

[FIX] min height of textarea field in non selected tabs.

3951. By Christophe Matthieu (OpenERP)

[MERGE] pager should be disappear when we create a new record from o2m/m2m popup.

3952. By Christophe Matthieu (OpenERP)

[FIX] view_list: when we have more than 80 record in list and we create new record and switch the views like form->list->form gives traceback. Get if the index is over the number of visible records

3953. By Christophe Matthieu (OpenERP)

[MERGE] cleditor: on window resize blur event not triggered except firefox so due to which value disappears from the container.

3954. By Christophe Matthieu (OpenERP)

[IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)

3955. By Christophe Matthieu (OpenERP)

[FIX] In graph view group by display wrong value. bug-1171937

3956. By Christophe Matthieu (OpenERP)

[FIX] translation button or icon not displayed with html widget. Bug 1179505

3957. By Martin Trigaux (OpenERP)

[MERGE] [FIX] export: allow excluding special virtual fields from exportable data

For example the virtual 'Access Rights' fields on
res.users cannot be browsed and cannot currently
by exported.

3958. By Xavier (Open ERP)

[IMP] correctly reinsert ids into dataset when moving them around in the list view

3959. By Christophe Matthieu (OpenERP)

[FIX] duplicate tag when press tab key two time. Bug 1154057

3960. By Christophe Matthieu (OpenERP)

[FIX] M2m tags field wrong height count when field in nonactive notebook page at load time.

3961. By Xavier (Open ERP)

[FIX] bugs discovered by failing onwrite test case

Following <email address hidden>:

* add_ids should not add ids which are already in the dataset, this
  leads to duplicates which the web client does not overly like

* methods which add or remove records should not manipulate
  dataset.ids as well as that's now automatic (on_write feature)

* record add should only insert the id in the dataset on non-false ids
  (e.g. list edition uses "pending" record with false id during
  creation, then sets the id it got from create() call)

3962. By van der Essen Frédéric (OpenERP)

[FIX] css: removed the forced left alignment of dropdown menu on the calling element, as it prevented correct display of the top right drop down menu when it's content was larger than the user name

3963. By Denis Ledoux (OpenERP)

[ADD]web: chrome.js add My OpenERP.com account

3964. By Olivier Dony (Odoo)

[I18N] Synchronize translation templates with latest source code

3965. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3966. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3967. By Xavier (Open ERP)

[FIX] display issues of objects with a field called "length"

_.each will interpret these as arrays and take incorrect/nonsensical
code paths.

3968. By Xavier (Open ERP)

[IMP] use introduced variable across function

3969. By Xavier (Open ERP)

[FIX] display 'undefined' in case of falsy graph value rather than empty label

3970. By Xavier (Open ERP)

[FIX] picking of username for session data directory in case of setuid

Try using geteuid() before getpass.getuser() so a system where
environment user and effective user (e.g. sudo, start-stop-daemon)
creates session-storage directory with a username matching the access
rights.

3971. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3972. By Christophe Simonis (OpenERP)

[FIX] web: handle monodb correctly when server started with "--no-database-list" option

3973. By Christophe Simonis (OpenERP)

[FIX] web: handle monodb correctly when server started with "--no-database-list" option

3974. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3975. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3976. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3977. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3978. By Xavier (Open ERP)

[FIX] correctly escape labels in search view completion

3979. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3980. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3981. By Denis Ledoux (OpenERP)

[FIX]web: views.js & coresetup.js, ir_actions_report_xml and get_file special case for iOS devices, which do not allow iframe use the way we do it

3982. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3983. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3984. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3985. By Xavier (Open ERP)

[FIX] evaluation context structures not being round-tripped through eval

JS objects are converted to py.object when passed in through the
evaluation context. py.object are not serializable by default (because
that doesn't really make sense), which breaks when the input is
intended as a dict and returned (e.g. o2m values, which are triples of
(int, int?, dict?)).

Intuitively, JS objects passed as part of the context should be mostly
JSON-ish and thus dicts, but that turns out not work work as some
addons use attribute accesses within contexts (e.g. parent.access in
account/account_invoice_view.xml)

=> Temporarily solve by converting raw js objects to an "attributed
dict" which acts as both a dict and an object and can be converted to
JSON.

Ideally, py.js should provide for a pluggable conversion, or should
use an attributed mapping internally. See issues 21 and 23.

3986. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3987. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3988. By Christophe Matthieu (OpenERP)

[FIX] checkbox position for boolean field in list editable. Remove padding on the field for a good resizing and position and add margin on input. Bug-1166716

3989. By Christophe Matthieu (OpenERP)

[FIX] Calendar month view does not show events starting in previous month. bug-1163912

3990. By Christophe Simonis (OpenERP)

[FIX] web: only open reports in new window on iOS devices

3991. By chs

[FIX] monodb: correct behaviour in no-db-list mode (again)

3992. By Martin Trigaux (OpenERP)

[FIX] pyeval: be more fault tolerant to avoid wrap null values

3993. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3994. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3995. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3996. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3997. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3998. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3999. By Nicolas Vanhoren (OpenERP)

[FIX] problem with werkzeug 0.9.1 that makes the code crash when we generate a report

4000. By Nicolas Vanhoren (OpenERP)

[FIX] some more problems with werkzeug 0.9.1

4001. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4002. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4003. By Paramjit Singh Sahota <email address hidden>

[FIX] web_calendar: do not generate invalid domain if views does not specify a "date_stop" field

4004. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4005. By Nicolas Vanhoren (OpenERP)

[FIX] some crash in the view manager

4006. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4007. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4008. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4009. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4010. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4011. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4012. By Nicolas Vanhoren (OpenERP)

[FIX] remove last password saving feature

4013. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4014. By Martin Trigaux (OpenERP)

[FIX] vertical alignment of fields on firefox (opw #590181)

4015. By Martin Trigaux (OpenERP)

[MERGE] [FIX] reload form if button has option reload_on_button

4016. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4017. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4018. By Mohammed Shekha<email address hidden>

[FIX]Fixed the issue of overflow in sheet.

Revision history for this message
Mohammed Shekha(Open ERP) (msh-openerp) wrote :

Hello,

Re-Fixed the issue of overflow in sheet.

Demo:- subtotal area is overflows sheet when there is large amount in Total, subtotal_footer_separator has fixed 108px width, due to which amount overflows sheet.

Thanks.

Unmerged revisions

4018. By Mohammed Shekha<email address hidden>

[FIX]Fixed the issue of overflow in sheet.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web/static/src/css/base.css'
2--- addons/web/static/src/css/base.css 2013-08-21 08:09:33 +0000
3+++ addons/web/static/src/css/base.css 2013-08-23 06:10:02 +0000
4@@ -1,4 +1,4 @@
5-@charset "utf-8";
6+@charset "UTF-8";
7 @font-face {
8 font-family: "mnmliconsRegular";
9 src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
10@@ -2139,7 +2139,7 @@
11 min-height: 330px;
12 padding: 16px;
13 }
14-.openerp .oe_form_sheet .oe_list {
15+.openerp .oe_form_sheet .oe_form_field_one2many, .openerp .oe_form_sheet .oe_form_field_many2many {
16 overflow-x: auto;
17 }
18 .openerp .oe_application .oe_form_sheetbg {
19@@ -2219,7 +2219,6 @@
20 border-right: none;
21 }
22 .openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
23- width: 108px;
24 border-top: 1px solid #cacaca;
25 margin-top: 4px;
26 padding-top: 4px;
27@@ -2367,7 +2366,6 @@
28 width: 100%;
29 display: inline-block;
30 padding: 2px 2px 2px 0px;
31- vertical-align: top;
32 }
33 .openerp .oe_form .oe_form_field input {
34 margin: 0px;
35
36=== modified file 'addons/web/static/src/css/base.sass'
37--- addons/web/static/src/css/base.sass 2013-06-27 09:17:05 +0000
38+++ addons/web/static/src/css/base.sass 2013-08-23 06:10:02 +0000
39@@ -1691,7 +1691,7 @@
40 background: white
41 min-height: 330px
42 padding: 16px
43- .oe_list
44+ .oe_form_field_one2many, .oe_form_field_many2many
45 overflow-x: auto
46 // Sheet inline mode
47 .oe_application
48@@ -1753,7 +1753,6 @@
49 td.oe_form_group_cell_label
50 border-right: none
51 .oe_subtotal_footer_separator
52- width: 108px
53 border-top: 1px solid #cacaca
54 margin-top: 4px
55 padding-top: 4px